<--Back Next-->

In these examples, I have Eclipse configured to use separate src and bin directories. This is an optional step.

In Eclipse:
  1. Pull down the Windows menu
  2. Select Preferences
  3. Select Java
  4. Select Build Path
  5. Under "Source and output folder" select Folders
  6. In Source folder name: enter src (this is the default value)
  7. In Output folder name: enter bin (this is the default value)
  8. Click OK

<--Back Next-->